Revert to pulling QEMU GIT repo via HTTP.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 5 Aug 2009 13:39:46 +0000 (14:39 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 5 Aug 2009 13:39:46 +0000 (14:39 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Config.mk

index ba798fce8e4ed63ceb848c8abe3bf4c2b459621e..9d358750a6f82c4264bb2af572ad9adb651e8c1e 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -141,7 +141,9 @@ XEN_EXTFILES_URL=http://xenbits.xensource.com/xen-extfiles
 # the internet.  The original download URL is preserved as a comment
 # near the place in the Xen Makefiles where the file is used.
 
-QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git
+# GIT protocol can be faster than HTTP, if your firewall lets it through.
+# QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git
+QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
 
 # Specify which qemu-dm to use. This may be `ioemu' to use the old
 # Mercurial in-tree version, or a local directory, or a git URL.